toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.dataset
/
DataSetCompleteRegistration
Data
Set
Complete
Registration
abstract
class
DataSetCompleteRegistration
:
BaseDeletableDataObject
Members
Constructors
Data
Set
Complete
Registration
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
:
BaseDeletableDataObject.Builder
<
T
>
Functions
attribute
Option
Combo
Link copied to clipboard
abstract
fun
attributeOptionCombo
(
)
:
String
builder
Link copied to clipboard
open
fun
builder
(
)
:
DataSetCompleteRegistration.Builder
create
Link copied to clipboard
@
NonNull
open
fun
create
(
cursor
:
Cursor
)
:
DataSetCompleteRegistration
data
Set
Link copied to clipboard
abstract
fun
dataSet
(
)
:
String
date
Link copied to clipboard
@
Nullable
abstract
fun
date
(
)
:
Date
deleted
Link copied to clipboard
@
Nullable
abstract
fun
deleted
(
)
:
Boolean
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
organisation
Unit
Link copied to clipboard
abstract
fun
organisationUnit
(
)
:
String
period
Link copied to clipboard
abstract
fun
period
(
)
:
String
state
Link copied to clipboard
@
Nullable
open
fun
state
(
)
:
State
stored
By
Link copied to clipboard
@
Nullable
abstract
fun
storedBy
(
)
:
String
sync
State
Link copied to clipboard
@
Nullable
abstract
fun
syncState
(
)
:
State
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
DataSetCompleteRegistration.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues